home *** CD-ROM | disk | FTP | other *** search
/ Wayzata World Factbook 1993 / World Factbook - 1993 Edition - Wayzata Technology (1993).iso / pc / mac / world_fa.ctb / stack_-1.xml < prev    next >
Extensible Markup Language  |  1993-03-15  |  4KB  |  16 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in.ctb</name>
  5.     <id>-1</id>
  6.     <cardCount>386</cardCount>
  7.     <cardID>2864</cardID>
  8.     <listID>114041</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>640</width>
  14.         <height>440</height>
  15.     </cardSize>
  16.     <script>function pictureClickanswer "OK"send mouseDown to button Hereend pictureClickOn StartupEnd Startup------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------on closeStack                                         -- Called upon HOME or OPEN STACKdelete menu "Help"reset menuBar    -- Don't display CATEGORIES menuend closeStack------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------on openStackglobal QToperationalput 1 into QToperationalset lockMessages to trueQTMovie versionput the result into xxxxput it into kkkif "Error" is in xxxx thenanswer "QuickTime is not available, some options will not be available"put 0 into QToperationalend ifset lockMessages to falsehelpMenu                                             -- Display CATEGORIES menuend openStack------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------on suspendStack                                       -- Called upon HELPreset menuBar                                       -- Don't display CATEGORIES menuend suspendStack------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------on resumeStack                                        -- Called upon return from HELPhelpMenu                                             -- Re-display CATEGORIES menuend resumeStack------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------on helpMenu-- Display Help menuif there is a menu "Help" then exit helpMenucreate menu "Help"put helpMenuItems() into menu "Help"set the menuMessage of menuItem "Help Factbook" of Menu "Help" to go to Card 3end helpMenu------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------function helpMenuItemsreturn ┬¼"Help Factbook" & returnend helpMenuItemson wayzataGoTo cardNameset cursor to watchvisual iris open slowgo to card cardNameend wayzataGoToon wayzataGoToNum Num, cardNameset cursor to watchvisual iris open slowgo to card Numend wayzataGoToNumon wayzataGoToBackset cursor to watchvisual iris open slowgo to Backend wayzataGoToBackon WayzataGoPreviousset cursor to watchvisual iris open slowgo previousend WayzataGoPreviouson WayzataGoNextset cursor to watchvisual iris open slowgo nextend WayzataGoNexton wayzataViewMap nameput "WFB_1993:Maps:PICT:" & name into PICT-- put "" & name into PICTpicture PICT ,File,,,true,deepest--  Put the Result & " [" & PICT  &"]"if the result is not empty thenanswer "The Map could not be displayed, error:" & return & the resultend ifend wayzataViewMapon wayzataViewXMap nameput "WFB_1993:Maps:RegionCIA:pict:" & name into PICT-- put "" & name into PICTpicture PICT ,File,,,true,deepest--  Put the Result & " [" & PICT  &"]"if the result is not empty thenanswer "The Map could not be displayed, error:" & return & the resultend